home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / util / misc / ButtonBar.lha / Example-menu < prev    next >
Encoding:
Text File  |  1999-09-07  |  1.5 KB  |  81 lines

  1.  
  2.         HERE COME THE FIRST PART
  3.  
  4. \position 300,40
  5. \font topaz,8
  6. \stablebar
  7. \quitbutton
  8. \exclusivemenus
  9. \openmenu 2
  10. \openmenu 6
  11. \opendown
  12. \ fixedopen                    <- you see space after \? This is not switched on
  13. \buttonwidth 100
  14. \prefix sys:rexxc/rx
  15.  
  16.         WATCH: THE SECOND PART
  17.  
  18. :Game
  19. Quit|Q
  20. \quit
  21. ;                 See this |Q after QUIT? You quit by pressing Q.
  22. _Restart
  23. \restart
  24. _Edit Me
  25. H:vim-run Work:Programming/ButtonBar/buttonbar.menu
  26. #                Know the difference between '_' and '|' ? Shortcut '_' is visible.
  27. HDSleep|H
  28. \x rexx:hdsleep_wakemeup.rexx
  29. _Breathless|B
  30. fun:jeux/arcade/breathless/trainer
  31. AB3D
  32. fun:jeux/arcade/AB3D/AlienBreed3D
  33. Print MANAS
  34. \print MANAS
  35. ;                   <- this will output MANAS.
  36.  
  37.  
  38. /                  You can have as many emptylines as you want.
  39. #                  But watch out! No spaces there. As you have noticed
  40. ;                  there are three comments chars: /,# and ;
  41.  
  42.  
  43. :Utils
  44. ABCDir
  45. system:utils/rep/abcdir!
  46. Shell
  47. sys:system/cli
  48. Shell
  49. <WB> sys:system/shell
  50. ;                       <-This is WB style of execution. Requieres shell.info.
  51. GoldEd
  52. c:ged
  53.  
  54. :System
  55. SnoopDos
  56. system:utisys/snoopdos/snoopdos
  57. The Guru
  58. system:utisys/theguru/guru3.0
  59.  
  60. :Dev
  61. DevToolBar
  62. dcc:devtoolbar
  63. Blitz
  64. Blitz2:blitz2
  65.  
  66. :GFX
  67. Imagine
  68. work:dessin/imagine.fp
  69. LightWave
  70. toaster:programs/lightwave.fp
  71.  
  72. :Net
  73. IRC
  74. work:comms/amirc/amirc
  75. Voyager
  76. work:comms/voyager/v020
  77. FTP
  78. work:comms/amftp/amftp
  79.  
  80. ;                                           So, enjoy!
  81.